********************************
Compiling mdPhoneJavaWrapper.cpp
********************************

You may need to recompile mdPhoneJavaWrapper.cpp if you are not using a version of Java that is compatible with
the mdPhoneJavaWrapper.dll that is supplied. 

Prerequisites:
	
	Visual C++ Compiler
	Java JDK (tested with JDK 1.6)


To compile mdPhoneJavaWrapper.cpp, a bat file has been supplied. This bat file requires the Visual Studio C++ 
compiler. To use the compiler, you must set up its environment by executing vcvars32.bat in the Visual Studio
C++ bin folder. For 64-bit use Visual Studio Command Prompt x64 and  Read the comments at the top of CreateDll.bat for more details.

You must then set the path to the Java Include and Library path. You also need to set the path of the Phone Object
library (mdPhone.dll). The default locations of these files have been set already but may require changes if your
system is different.
* 64bit version available in C:\Program Files\Melissa DATA\DQT\NameObj\dll_64bit


set JavaIncludeDirectory1 to the JDK\include directory
Set JavaIncludeDirectory2 to the JDK\include\win32 directory
set PhoneLibraryPath to the directory containing mdPhone.dll


Now, you can run CreateDll.bat to create mdPhoneJavaWrapper.dll.

